home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / templates / CSS / Theme Light Yellow.css < prev   
Cascading Style Sheet File  |  2005-10-05  |  644b  |  58 lines

  1. body
  2. {
  3.   font-family: Verdana, Arial, Helvetica;
  4.   background-color: #FFFFCC;
  5.   color: #666633;
  6. }
  7.  
  8. a:link
  9. {
  10.   color: #3399FF
  11. }
  12.  
  13. a:visited
  14. {
  15.   color: #3366CC
  16. }
  17.  
  18. a:active
  19. {
  20.   color: #FF9900
  21. }
  22.  
  23. h1
  24. {
  25.   font-family: 'Times New Roman', Times;
  26.   color: #999933;
  27. }
  28.  
  29. h2
  30. {
  31.   font-family: 'Times New Roman', Times;
  32.   color: #CC9900
  33. }
  34.  
  35. h3
  36. {
  37.   font-family: 'Times New Roman', Times;
  38.   color: #006699
  39. }
  40.  
  41. h4
  42. {
  43.   font-family: 'Times New Roman', Times;
  44.   color: #999900
  45. }
  46.  
  47. h5
  48. {
  49.   font-family: 'Times New Roman', Times;
  50.   color: #FF9900
  51. }
  52.  
  53. h6
  54. {
  55.   font-family: 'Times New Roman', Times;
  56.   color: #3366CC
  57. }
  58.